projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d825249
)
main: Make gtk_get_option_group() available to bindings
author
Bastien Nocera
<hadess@hadess.net>
Thu, 22 Jan 2015 14:13:10 +0000
(15:13 +0100)
committer
Bastien Nocera
<hadess@hadess.net>
Thu, 12 Feb 2015 10:53:26 +0000
(11:53 +0100)
Now that GOptionGroup is registered as a boxed type [1], don't skip it
in gobject-introspection.
[1]: See https://bugzilla.gnome.org/show_bug.cgi?id=743349
https://bugzilla.gnome.org/show_bug.cgi?id=743350
gtk/gtkmain.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.c
b/gtk/gtkmain.c
index 36c2586c78257e0f3ad9354ac77ade7dc4a8cd3a..806dc6ddff9473920c81e9f836d7170b41b3b7c8 100644
(file)
--- a/
gtk/gtkmain.c
+++ b/
gtk/gtkmain.c
@@
-812,7
+812,7
@@
gtk_set_debug_flags (guint flags)
}
/**
- * gtk_get_option_group:
(skip)
+ * gtk_get_option_group:
* @open_default_display: whether to open the default display
* when parsing the commandline arguments
*